-
Notifications
You must be signed in to change notification settings - Fork 621
add Stripe payment methods management for teams #6483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
d789b6f to
8d6a3d2
Compare
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6483 +/- ##
==========================================
+ Coverage 54.80% 54.82% +0.01%
==========================================
Files 875 875
Lines 54851 54851
Branches 3738 3740 +2
==========================================
+ Hits 30062 30071 +9
+ Misses 24695 24685 -10
- Partials 94 95 +1
🚀 New features to boost your workflow:
|
size-limit report 📦
|
8d6a3d2 to
05942bc
Compare
05942bc to
86f1a0e
Compare
...lug]/(team)/~/settings/billing/components/payment-methods/add-payment-method-form.client.tsx
Show resolved
Hide resolved
86f1a0e to
900b1eb
Compare
900b1eb to
b161ce7
Compare
b161ce7 to
9ea4c84
Compare
|
This PR has been inactive for 7 days. It is now marked as stale and will be closed in 2 days if no further activity occurs. |

PR-Codex overview
This PR introduces payment method management features to the dashboard, integrating
@stripe/react-stripe-jsand@stripe/stripe-jsfor handling payment methods, including adding, deleting, and setting default payment methods.Detailed summary
@stripe/react-stripe-jsand@stripe/stripe-jsdependencies.page.tsxto fetchpaymentMethodsalongsidesubscriptions.Billingcomponent to accept and displaypaymentMethods.PaymentMethodsClientfor managing payment methods.addPaymentMethod,deletePaymentMethod, andsetDefaultPaymentMethodactions.PaymentMethodIconfor displaying payment method types.AddPaymentMethodFormfor adding new payment methods with Stripe integration.